home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_75104.txt < prev    next >
Text File  |  1989-09-06  |  888b  |  38 lines

  1. -- card: 75104 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 1
  9. ----- text -----
  10. ask <question> with <default>
  11. ask password 
  12. Presents a dialog box and allows the user to type a reply.  The reply goes into "it", a local variable.  The question appears in the box and the default reply is filled in and selected.  The question and default can be any source.  Contrast with Answer.
  13.  
  14. Ask "Please elaborate:" with "I can't think of anything clever."
  15. Ask "Enter number of copies:" with 1
  16. Ask password "Please type password"    -- encrypts it  
  17.           --as a number for developing custom protection
  18.  
  19.  
  20. -- part contents for background part 2
  21. ----- text -----
  22. Ask
  23.  
  24. -- part contents for background part 44
  25. ----- text -----
  26. Form
  27.  
  28. What it does
  29.  
  30.  
  31.  
  32.  
  33.  
  34. Examples
  35.  
  36. -- part contents for background part 43
  37. ----- text -----
  38. 337,122